home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / DefineSprite_343 / frame_20 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  266 b   |  11 lines

  1. this.attachMovie("man_end_wave","man_" + counter,counter);
  2. eval("this.man_" + counter)._x = counter * 17;
  3. _root.score += 100;
  4. _root.ExtraLife();
  5. _root.ExtraBomb();
  6. _root.man_score = _root.score;
  7. if(_root.sound_on)
  8. {
  9.    _root.man_captured_sfx.start(0,1);
  10. }
  11.